home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / os2 / nftp102.zip / STAT.DOC < prev    next >
Text File  |  1997-04-16  |  2KB  |  38 lines

  1. This is a small REXX program that can print nice and probably useful
  2. statistics from NFTP's log file. As far I as can tell it does not
  3. have any bugs ;). It can process log files from older NFTP versions which
  4. did not log transfer speeds.
  5.  
  6. Usage:
  7.  
  8. stat.cmd path_and_name_of_nftp_log_file
  9.  
  10. The name can contain wildcards, stat.cmd then processes the files together.
  11. The resulting file nftp.sta contains the megabytes down/uploaded and average
  12. speed per month and per site. The program is not configurable yet, but I plan
  13. to add some features like:
  14.  
  15. - only specified time interval or site
  16. - handle up/downloads differently
  17. - handle aborted up/dowloads correctly (as soon as NFTP marks it in the log
  18.   file)
  19. - check only specified files (like *.zip, *.txt, etc.)
  20.  
  21. This program is freeware but copyrighted by me: etus@alarmix.net (Tóth Ferenc).
  22.  
  23. The program is provided `as is'. Any express or implied warranties,
  24. including, but not limited to, the implied warranties for merchantability
  25. and fitness to a particular purpose are disclaimed. Tóth Ferenc will not
  26. be liable for any lost profits, lost savings, incident, special, or indirect
  27. damages or other economic consequential damages, even if Tóth Ferenc has
  28. been advised of the possibility of such damages. Some jurisdictions do not
  29. allow the exclusion or limitation of incidental or consequential damages, so
  30. the above limitation or exclusion may not apply to you.
  31.  
  32. You can distribute this program but you are not allowed to modify it.
  33. If you have ideas, you have found bugs, or you would like to see modifications
  34. then contact me.
  35.  
  36. Have fun!
  37.  
  38.